|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.browser.LocationAdapter
This adapter class provides default implementations for the
methods described by the LocationListener
interface.
Classes that wish to deal with LocationEvent
s can
extend this class and override only the methods which they are
interested in.
NOTE: The API in the browser package is NOT finalized. Use at your own risk, because it will most certainly change. The only reason this API is being released at this time is so that other teams can try it out.
LocationListener
,
LocationEvent
Constructor Summary | |
LocationAdapter()
|
Method Summary | |
void |
changed(LocationEvent event)
This method is called when the current location is changed. |
void |
changing(LocationEvent event)
This method is called when the current location is about to be changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocationAdapter()
Method Detail |
public void changing(LocationEvent event)
changing
in interface LocationListener
LocationEvent
public void changed(LocationEvent event)
changed
in interface LocationListener
LocationEvent
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |